home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 27 / PC Gamer IT CD 27.iso / MEDIA / STORE.DXR / Internal_20_Try it Button.ls < prev    next >
Encoding:
Text File  |  1997-12-01  |  162 b   |  14 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   updateStage()
  9. end
  10.  
  11. on mouseDown me
  12.   open(the text of field "launchPath")
  13. end
  14.